Pass a Map to a method requiring Map

If you can change the method you wanna call to public static ActionDefinition reverse(String action, Map args).

Sorry, I should have stated that I can't change reverse method – opensas May 9 at 3:00.

Change the method signature of reverse to use generics public static ActionDefinition reverse(String action, Map args).

Cast it to simple (Map), but beware you are cheating. You can always cast it to Map because it is one, and you can always feed a raw type into a method because of backwards compatibility, so casting a parametrized type to a raw one is always a way to convert it to any other parameters. But you should only do that when you know that it won't introduce a bug and if you have no sensible alternative.

1 for "this is cheating" – RAY May 9 at 2:21.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.